projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b5f6d
)
(texinfo-mode): Change charset of one quotation mark
author
Juri Linkov
<juri@jurta.org>
Tue, 25 Oct 2005 16:14:44 +0000
(16:14 +0000)
committer
Juri Linkov
<juri@jurta.org>
Tue, 25 Oct 2005 16:14:44 +0000
(16:14 +0000)
from [mule-unicode-0100-24ff] to [japanese-jisx0208].
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index ccc117b8b0bc6db9bc9817f71555009f1887ac6e..a10851aa765eae357e7944db82cf5b51703051d2 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-595,7
+595,7
@@
value of `texinfo-mode-hook'."
(setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
(make-local-variable 'sentence-end-base)
(setq sentence-end-base
- "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'
\e
$
,1r}
r}
\e
(B)}]*")
+ "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'
\e
$
B!I
\e
$,1
r}
\e
(B)}]*")
(make-local-variable 'adaptive-fill-mode)
(setq adaptive-fill-mode nil)
(make-local-variable 'fill-column)